12. Exercise: Connect to the Internet

Ud853 L02 A13 Q Quiz- ConnectToTheInternet 5-17 Reedit

Now it's your turn! Follow the TODOS. But it will crash when you run it.

Exercise Code

Exercise: T02.04-Exercise-ConnectingToTheInternet

Exercise: Connect to the internet

SOLUTION:
  • Add the Internet permission
  • Change the makeGithubSearchQuery to call NetworkUtils.getResponseFromHttpUrl
  • Set the results in our searchResultsTextView

Quiz: Connect to the internet

Look in the Android Monitor logcat. What error do you see when the app tries to connect to the Internet?

SOLUTION: NetworkOnMainThreadException

Solution: Connect to the Internet